home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.ada,comp.lang.c,comp.realtime
- Path: netcom.com!tgm
- From: tgm@netcom.com (Thomas G. McWilliams)
- Subject: Re: ADA to C converter, the dream ?
- Message-ID: <tgmDMoBMy.E94@netcom.com>
- Followup-To: comp.lang.ada,comp.lang.c,comp.realtime
- Organization: Jot-Em Down Store and Library
- X-Newsreader: TIN [version 1.2 PL1]
- References: <4fn8bv$6d1@news.be.innet.net>
- Date: Mon, 12 Feb 1996 17:37:45 GMT
- Sender: tgm@netcom6.netcom.com
-
- Jean-Christophe Monfret (jcmon@rtusi.realtime-info.be) wrote:
- : A translation to C could be a good solution (please no
- : stupid comment on this) if a good ADA to C compiler exits ?
-
- There exists a good Pascal to C translator called p2c available
- in source code form (I think it might be GNU software). It might
- serve as a rough basis on which to build something like this.
- Perhaps you could run your Ada code through some Perl filters
- and post-process with p2c. Very hackish, I know. Maybe a Modula
- to C translator could be hacked more easily.
-
-